CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - kohonen neural network

搜索资源列表

  1. neural

    0下载:
  2. 用Java编写的基于Kohonen神经网络的OCR-Java prepared by the Kohonen neural network-based OCR
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:32761
    • 提供者:张华
  1. 自组织系统Kohonen网络模型源程序

    0下载:
  2. 自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:34625
    • 提供者:张洁
  1. kohonen

    0下载:
  2. 这是有关神经网络算法中的kohonen算法的代码实现和有关介绍文章。共大家参考。是本人自己做的程序。虽然是比较旧的算法。但对新学神经网络的朋友会有所帮助。-This is the neural network algorithm kohonen algorithm code and the introduction article. Of reference. Is my own program. Although the older algorithm. But the new study n
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-10
    • 文件大小:2391701
    • 提供者:ANMINGSHOU
  1. TestKohonen

    0下载:
  2. Demonstrates the Kohonen neural network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:9087
    • 提供者:stryker
  1. kohonen

    0下载:
  2. Kohonen neural Network
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:69791
    • 提供者:Ann
  1. thematerialofmatlabandthedataofpatternrecognitionw

    0下载:
  2. matlab的详细手册(中英文版)、matlab的相关程序实例、用maple和matlab解决科学计算问题的资料 Kohonen网络的模式识别和LVQ神经网络的模式识别-matlab detailed manual (in English), matlab examples of the relevant procedures, using maple and matlab to solve issues in scientific computing Kohonen network LVQ
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-29
    • 文件大小:11692213
    • 提供者:lbj
  1. NNclust

    0下载:
  2. Neural Network Based Clustering using Self Organizing Map (SOM) in Excel Here is a small tool in Excel using which you can find clusters in your data set. The tool uses Self Organizing Maps (SOM) - originally proposed by T.Kohonen as the metho
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:213954
    • 提供者:Jessie
  1. kohonen

    0下载:
  2. This program is a simple demonstration of a Kohonen self-organizing neural network. The program merely maps itself to a set of coordinates ranging from -0.5 to 0.5 on both the x and y-axis. The program layout is very simple - the Run button will
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:180504
    • 提供者:Luigi
  1. f

    0下载:
  2. 基于KOHONEN神经网络聚类方法在遥感分类中的比较-Based on KOHONEN neural network clustering method in a comparison of remote sensing classification
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:320124
    • 提供者:sds
  1. fingerprint11

    0下载:
  2. pdf for fingerprint from ieee include: PIPELINED MINUTIAE EXTRACTION FROM FINGERPRINT IMAGES A Novel Principal Component Analysis Neural Network Algorithm for Fingerprint Recognition in Online Examination System Processing of Distorted Finger
  3. 所属分类:Development Research

    • 发布日期:2017-06-14
    • 文件大小:21190553
    • 提供者:ali
  1. KOHONEN

    0下载:
  2. 人工神经网络SOM,通过输入训练样本,训练次数等参数进行训练,实现模式分类-Artificial neural network SOM, by entering the training sample, training times and other parameters of training to achieve pattern classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:267350
    • 提供者:苏米
  1. Kohonen

    0下载:
  2. Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:86751
    • 提供者:李芳
  1. SOMF-lib-and-implementation

    0下载:
  2. 基于kohonen库的SOFM神经网络实现,内含库文件及说明,以及基于该库文件的实现及实现。-Based kohonen SOFM neural network library, containing library files and instructions, and based on the library implementation and implementation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:716737
    • 提供者:mars
  1. bpandkohonen

    1下载:
  2. 神经网络源码,可应用于遥感图像的分类,采用的包括bp、kohonen。可以作为范例来学习。-Neural network source code can be used in remote sensing image classification, using the included bp, kohonen. Can serve as examples to learn.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:4819
    • 提供者:葛宏
  1. kohonen

    0下载:
  2. kohoenn neural network
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:98527
    • 提供者:ali
  1. 04231668

    0下载:
  2. 低压电力线上盲信道估计算法,外文版,很有用,希望对大家有帮助-Blind Channel Estimation for Power-line Communications by a Kohonen Neural Network
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-25
    • 文件大小:195390
    • 提供者:章都
  1. case29-kohonen

    0下载:
  2. MATLAB神经网络30个案例分析—案例29 kohonen网络的聚类算法—网络入侵聚类源代码及数据-MATLAB Neural Network Analysis of 30 cases- case the 29 kohonen network clustering algorithm- network intrusion clustering source code...
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:88466
    • 提供者:huxinxin
  1. self-organizing-map-Kohonen

    0下载:
  2. self organizing map Kohonen Neural Network
  3. 所属分类:matlab

    • 发布日期:2017-04-26
    • 文件大小:19335
    • 提供者:ammar
  1. Kohonen

    0下载:
  2. 这是一个关于Kohonen神经网络的小程序,主要实现了利用神经网络进行聚类的功能,经测试具有良好效果-This is a small program on Kohonen neural network, the main achievement of the neural network clustering feature has been tested with good results
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:86759
    • 提供者:张甬力
  1. Kohonen

    1下载:
  2. 基于kohonen网络的DOS攻击检测算法-DOS attack detection algorithm based on Kohonen neural network
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:2048
    • 提供者:王晨
« 12 3 »
搜珍网 www.dssz.com